Revision: tla--devo--1.1--patch-6
Archive: arch@repose.cx--03
Creator: Damien Elmes <resolve@repose.cx>
Date: Tue Jun 24 17:15:45 EST 2003
Standard-date: 2003-06-24 07:15:45 GMT
Summary: register-archive: fail to delete non existent directory
Keywords: 
New-files: 
New-directories: 
Removed-files: 
Removed-directories: 
Renamed-files: 
Renamed-directories: 
Modified-files: ./libarch/archives.c ./libarch/archives.h
    ./libarch/cmd-register-archive.c
Modified-directories: 
New-patches: arch@repose.cx--03/tla--devo--1.1--patch-6
Removed-patches: 

The documentation the register-archive command says:

  With -d, remove the registration of a previously registered
  archive.  When accompanied by -f, override permissions on
  the registration file and don't complain if the archive is
  not registered.

This implies the default should be to fail if the archive does not
currently exist. This patch adds a force_p flag to
arch_delete_archive_location(), and changes the command to honour the
-f flag when deleting.
